Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(coverage): Demangling of Java function names in coverage results #388

Merged

Conversation

vogelsgesang
Copy link
Collaborator

@vogelsgesang vogelsgesang commented May 2, 2024

This commit adds demangling support for Java. I couldn't find any good
third-party library for this, so I quickly implemented my own, based on
https://docs.oracle.com/javase/specs/jvms/se8/html/jvms-4.html#jvms-4.3.2

It might still be have a couple of bugs, but at least for my simple
smoke tests, demangling seems to work just fine.

Works towards #362

@vogelsgesang vogelsgesang changed the title feat: Demangling of Java function names for coverage results feat(coverage): Demangling of Java function names for coverage results May 2, 2024
This commit adds demangling support for Java. I couldn't find any good
third-party library for this, so I quickly implemented my own, based on
https://docs.oracle.com/javase/specs/jvms/se8/html/jvms-4.html#jvms-4.3.2

It might still be have a couple of bugs, but at least for my simple
smoke tests, demangling seems to work just fine.
@vogelsgesang vogelsgesang changed the title feat(coverage): Demangling of Java function names for coverage results feat(coverage): Demangling of Java function names in coverage results May 2, 2024
@vogelsgesang
Copy link
Collaborator Author

Gentle ping 🙂

@cameron-martin cameron-martin enabled auto-merge (squash) June 4, 2024 23:00
@cameron-martin cameron-martin merged commit 7084368 into bazel-contrib:master Jun 4, 2024
2 checks passed
@vogelsgesang vogelsgesang deleted the avogelsgesang-coverage-1 branch June 7, 2024 21:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants